home *** CD-ROM | disk | FTP | other *** search
/ Chip 1996 October / CHIP Ekim 1996.iso / winbatch / wwwdlang.va_ < prev   
Text File  |  1994-02-01  |  4KB  |  122 lines

  1. ; This a the language file for the WIL processor DLL.  It really is
  2. ; just an  INI file.  The "Description=" entry below should tell you
  3. ; what language it is designed for.
  4. ;
  5. ; The only section examined is "MAIN"  it contains codes for all
  6. ; translatable strings in the WIL DLL
  7. ;
  8. ;
  9. ; The algorithm is as follows:
  10. ; The WWWBATCH.INI file's MAIN section is checked for a "Language" keyword.
  11. ; If the "Language" keyword exists (grm for example), then a file of the name
  12. ;       WWWDLANG.grm is used to look up strings.  If the string is not defined,
  13. ;       the internal English string is used.
  14. ; If no Language keyword is specified in the WWWBATCH.INI file,
  15. ;    the program looks in WIN.INI, INTL section, "sLanguage" Keyword and grabs
  16. ;    the three letter language code found there instead.
  17. ;
  18. ;
  19. ;    The ~ character signifies a new line
  20. ;    The | character signifies a tab character
  21. ;    The Description= entry describes the language involved here.  It is used
  22. ;    by a small WBT file shipped with assorted products, making it easy for
  23. ;    users to select assorted languages.
  24.  
  25. [Main]
  26. Description="ValleySpeak.  Southern California parody."
  27. X100="Blow i&t away|Ctrl+Break"
  28. X102="Like wow, no menu file dude."
  29.  
  30. X111="It died, man!"
  31.  
  32. X120="F&or Sure"
  33. X121="Gag Me Qui&ck"
  34. X122="Hey Dude:  Wanna trash the old file?"
  35. X123="&Trash it"
  36. X124="Trash 'em &All"
  37. X125="Not Thi&s One"
  38. X126="&Next One"
  39. X127="&Run It"
  40. X128="&Show Var"
  41.  
  42. X192="Its, like, over man!"
  43. X193="You wanted it to be over?  Its over!"
  44.  
  45. X203="Out of hunk fer menu/batch file, you know"
  46. X204="Unable to lock hunk for menu/batch file"
  47. X205="Batch too big >64K.  Slim Down."
  48. X206="File I/O error reading batch file"
  49. X207="SunMonTueWedThuFriSat"
  50. X208="Runtime Hoo-Haa"
  51.  
  52. X211="HEY!  No cheating!  Uncool!"
  53. X212="Memory Error in verification"
  54. X213="Da Magic Words?"
  55.  
  56. X236="Nope.  That won't work."
  57. X237="Thanks man.  Way cool!"
  58. X238="Softwares alreay paid for!"
  59. X239="Uh-Oh.  Software got broken.  Don't use."
  60.  
  61. X502="Unexpected menu line.  Check for proper indentation."
  62. X503="Undefined error code -> "
  63. X504="Menu file file open error. Maybe it does not exist???"
  64. X505="Could not allocate menu build workarea"
  65. X506="Could not lock menu build workarea"
  66. X507="File I/O error reading menu file"
  67.  
  68. X512="Need First level menu title.  Not found."
  69. X513="Could not create menu bar"
  70. X514="Need batch code or second level menu title. Not found."
  71. X515="Need batch code or top level menu title. Not found."
  72. X516="First level popup menu creation failed."
  73. X517="Second level popup menu creation failed."
  74. X518="Third level popup menu creation failed."
  75. X519="Need batch code or third level menu title. Not found."
  76. X520="Need batch code or 1st or 2nd level menu title. Not found."
  77. X521="Need batch code or fourth level menu title. Not found."
  78. X522="Menu file re-open error"
  79. X523="Could not allocate menu scan workarea -- Low on menory?"
  80. X524="Could not lock menu scan workarea"
  81. X525="File I/O error scanning menu file"
  82.  
  83. X527="WIL Processor menu error 527"
  84. X528="Someone changed the menus!~Gotta scan them again.~Hang tight.~Try again in a few seconds."
  85.  
  86. X530="Menu/Batch file too big  >>64K"
  87.  
  88. X540="What is this?  You can't run this thing: "
  89.  
  90. X556="Uh-Oh, couldn't even get started."
  91. X557="Illegal passed parameter."
  92.  
  93. X575="Menu/Batch Terminated"
  94. X576="Processing failed validity check"
  95.  
  96. X579="Need batch code, 1st, 2nd or 3rd level menutitle. Not found"
  97. X580="Need batch code after fourth level menutitle.  Not found"
  98. X581="Need batch code or 1st, 2nd, 3rd or 4th level menutitle. Not found"
  99.  
  100. X599="Like wow, man, too many menu items you know."
  101.  
  102. X700="Resize window on screen"
  103. X701="Move window on screen"
  104. X702="Reduce window to an icon"
  105. X703="Zoom window to maximum size"
  106. X704="Switch to the next child window"
  107. X705="Switch to the previous child window"
  108. X706="Shut it down"
  109. X707="Scroll child windows vertically"
  110. X708="Scroll child windows horizontally"
  111. X717="Arrange Windows"
  112. X718="Restore window to previous state"
  113. X719="YooHoo! Task Manager"
  114.  
  115. X730=" popup menu"
  116. X731=" menu item"
  117.  
  118.  
  119. X9002= "Something died, but we already told you about it!"
  120. X9999= "We canned it dude."
  121.  
  122.